home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Diversos / Coeli Stella 2000 / _SETUP.1 / Stella.exe / 0 / RCDATA / TSTARADJUSTFORM / TSTARADJUSTFORM.txt
Text File  |  1999-03-13  |  5KB  |  245 lines

  1. object StarAdjustForm: TStarAdjustForm
  2.   Left = 332
  3.   Top = 162
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Adjust Photoplate Exposure'
  6.   ClientHeight = 289
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Scaled = False
  14.   OnActivate = FormActivate
  15.   OnClick = FormClick
  16.   OnCreate = FormCreate
  17.   OnMouseMove = FormMouseMove
  18.   OnResize = FormResize
  19.   OnShow = FormShow
  20.   PixelsPerInch = 125
  21.   TextHeight = 16
  22.   object Panel1: TPanel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 412
  26.     Height = 41
  27.     Caption = 'First Magnitude'
  28.     ParentShowHint = False
  29.     ShowHint = True
  30.     TabOrder = 0
  31.     object SpinEdit1: TSpinEdit
  32.       Left = 352
  33.       Top = 8
  34.       Width = 40
  35.       Height = 26
  36.       Hint = 'Adjust diameter here'
  37.       EditorEnabled = False
  38.       MaxLength = 2
  39.       MaxValue = 12
  40.       MinValue = 0
  41.       TabOrder = 0
  42.       Value = 0
  43.       OnChange = SpinEdit1Change
  44.     end
  45.     object FirstPanel: TPanel
  46.       Left = 14
  47.       Top = 4
  48.       Width = 32
  49.       Height = 32
  50.       Color = clWhite
  51.       TabOrder = 1
  52.       object PaintBox1: TPaintBox
  53.         Left = 1
  54.         Top = 1
  55.         Width = 30
  56.         Height = 30
  57.         Align = alClient
  58.       end
  59.     end
  60.   end
  61.   object Panel2: TPanel
  62.     Left = 8
  63.     Top = 56
  64.     Width = 412
  65.     Height = 41
  66.     Caption = 'Second Magnitude'
  67.     ParentShowHint = False
  68.     ShowHint = True
  69.     TabOrder = 1
  70.     object SpinEdit2: TSpinEdit
  71.       Left = 351
  72.       Top = 8
  73.       Width = 40
  74.       Height = 26
  75.       Hint = 'Adjust diameter here'
  76.       EditorEnabled = False
  77.       MaxLength = 2
  78.       MaxValue = 12
  79.       MinValue = 0
  80.       TabOrder = 0
  81.       Value = 0
  82.       OnChange = SpinEdit2Change
  83.     end
  84.     object SecondPanel: TPanel
  85.       Left = 14
  86.       Top = 4
  87.       Width = 32
  88.       Height = 32
  89.       Color = clWhite
  90.       TabOrder = 1
  91.       object PaintBox2: TPaintBox
  92.         Left = 1
  93.         Top = 1
  94.         Width = 30
  95.         Height = 30
  96.         Align = alClient
  97.       end
  98.     end
  99.   end
  100.   object Panel3: TPanel
  101.     Left = 8
  102.     Top = 104
  103.     Width = 412
  104.     Height = 41
  105.     Caption = 'Third Magnitude'
  106.     ParentShowHint = False
  107.     ShowHint = True
  108.     TabOrder = 2
  109.     object SpinEdit3: TSpinEdit
  110.       Left = 352
  111.       Top = 8
  112.       Width = 40
  113.       Height = 26
  114.       Hint = 'Adjust diameter here'
  115.       EditorEnabled = False
  116.       MaxLength = 2
  117.       MaxValue = 12
  118.       MinValue = 0
  119.       TabOrder = 0
  120.       Value = 0
  121.       OnChange = SpinEdit3Change
  122.     end
  123.     object ThirdPanel: TPanel
  124.       Left = 14
  125.       Top = 4
  126.       Width = 32
  127.       Height = 32
  128.       Color = clWhite
  129.       TabOrder = 1
  130.       object PaintBox3: TPaintBox
  131.         Left = 1
  132.         Top = 1
  133.         Width = 30
  134.         Height = 30
  135.         Align = alClient
  136.       end
  137.     end
  138.   end
  139.   object Panel4: TPanel
  140.     Left = 8
  141.     Top = 152
  142.     Width = 412
  143.     Height = 41
  144.     Caption = 'Fourth Magnitude'
  145.     ParentShowHint = False
  146.     ShowHint = True
  147.     TabOrder = 3
  148.     object SpinEdit4: TSpinEdit
  149.       Left = 352
  150.       Top = 8
  151.       Width = 40
  152.       Height = 26
  153.       Hint = 'Adjust diameter here'
  154.       EditorEnabled = False
  155.       MaxLength = 2
  156.       MaxValue = 12
  157.       MinValue = 0
  158.       TabOrder = 0
  159.       Value = 0
  160.       OnChange = SpinEdit4Change
  161.     end
  162.     object FourthPanel: TPanel
  163.       Left = 14
  164.       Top = 4
  165.       Width = 32
  166.       Height = 32
  167.       Color = clWhite
  168.       TabOrder = 1
  169.       object PaintBox4: TPaintBox
  170.         Left = 1
  171.         Top = 1
  172.         Width = 30
  173.         Height = 30
  174.         Align = alClient
  175.       end
  176.     end
  177.   end
  178.   object Panel5: TPanel
  179.     Left = 8
  180.     Top = 200
  181.     Width = 412
  182.     Height = 41
  183.     Caption = 'Fifth Magnitude'
  184.     ParentShowHint = False
  185.     ShowHint = True
  186.     TabOrder = 4
  187.     object SpinEdit5: TSpinEdit
  188.       Left = 352
  189.       Top = 8
  190.       Width = 40
  191.       Height = 26
  192.       Hint = 'Adjust diameter here'
  193.       EditorEnabled = False
  194.       MaxLength = 2
  195.       MaxValue = 12
  196.       MinValue = 0
  197.       TabOrder = 0
  198.       Value = 0
  199.       OnChange = SpinEdit5Change
  200.     end
  201.     object FifthPanel: TPanel
  202.       Left = 14
  203.       Top = 4
  204.       Width = 32
  205.       Height = 32
  206.       Color = clWhite
  207.       TabOrder = 1
  208.       object PaintBox5: TPaintBox
  209.         Left = 1
  210.         Top = 1
  211.         Width = 30
  212.         Height = 30
  213.         Align = alClient
  214.       end
  215.     end
  216.   end
  217.   object SetButton: TButton
  218.     Left = 72
  219.     Top = 256
  220.     Width = 75
  221.     Height = 25
  222.     Caption = 'Set'
  223.     TabOrder = 5
  224.     OnClick = SetButtonClick
  225.   end
  226.   object CancelButton: TButton
  227.     Left = 280
  228.     Top = 256
  229.     Width = 75
  230.     Height = 25
  231.     Caption = 'Close'
  232.     TabOrder = 6
  233.     OnClick = CancelButtonClick
  234.   end
  235.   object Button1: TButton
  236.     Left = 176
  237.     Top = 256
  238.     Width = 75
  239.     Height = 25
  240.     Caption = 'Redraw'
  241.     TabOrder = 7
  242.     OnClick = Button1Click
  243.   end
  244. end
  245.